home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / CD32 / CD32_Support / examples / SA_Examples / graphics / wpixel / wpixel.doc < prev    next >
Encoding:
Text File  |  1993-08-31  |  776 b   |  23 lines

  1. Wpixel 2.1 - Mark Dolecki (doleckim@cbmvax.cbm.commodore.com) x9234
  2.  
  3. This is a program that tests the WritePixelArray8() graphics function by
  4. using the function in random sized windows with user-selectable properties
  5. on a user-selected screen.  The program has both a user selection window
  6. (default) and an option to run all tests (very time intensive).
  7.  
  8. To use:
  9. From cli, 'wpixel'
  10.    - brings up a user selection window where the user can choose the
  11.      parameters for the tests he wants to run.
  12. From cli, 'wpixel all'
  13.    - runs all tests
  14.  
  15. Changes to version 2.1
  16. - no longer crashes in low memory (typo in exit routine)
  17. - now calculates checksum of pixels in a window using rot32
  18.  
  19. Changes to version 2.0
  20. - user select window option
  21.  
  22.  
  23. Suggestions, problems, etc. are welcome.